home *** CD-ROM | disk | FTP | other *** search
/ Internet.Works 40 / Issue 40.iso / pc / PCSoftware / ColdFusion Studio 4.5.1 Trial / ColdFusionStudio_Eval.exe / data1.cab / Verity / common / style / file / style.ufl < prev    next >
Encoding:
Text File  |  2000-04-03  |  765 b   |  30 lines

  1. # $Id: style.ufl,v 1.1 1997/06/11 19:08:37 rcalhoun Exp $
  2. # Copyright (C) 1987-1996 Verity, Inc.
  3. #
  4. # style.ufl - Application-specific User Fields
  5. #
  6. # These fields are included in the internal documents table. For 
  7. # more information about adding fields to the internal documents
  8. # table, see the "Defining Custom Fields" chapter in the
  9. # Collection Building Guide.
  10. #
  11. # Example:
  12. #
  13. # data-table:   ddf
  14. # {
  15. #   varwidth: MyTitle         dxa
  16. # }
  17.  
  18. # -----------------------------------------------------------------
  19. # Specify additional application-specific fields here in their own
  20. # data-table[s].
  21. data-table: ddf
  22. {
  23.     varwidth: CF_KEY    ddv
  24.     varwidth: CF_TITLE    ddv
  25.     varwidth: CF_URL    ddv
  26.     varwidth: CF_CUSTOM1    ddv
  27.     varwidth: CF_CUSTOM2    ddv
  28. }
  29.  
  30.